From: Roland McGrath Date: Thu, 12 Aug 1993 22:17:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94469 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3070929adb33aa100d7a99f8d72d93fb08c45b9b;p=emacs.git *** empty log message *** --- diff --git a/src/getloadavg.c b/src/getloadavg.c index 3e4a1d41288..b748c3a5ace 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c @@ -69,7 +69,10 @@ #ifdef HAVE_CONFIG_H -#include "config.h" +/* We use instead of "config.h" so that a compilation + using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h + (which it would do because getloadavg.c was found in $srcdir). */ +#include #endif